home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / frasrc19.zip / DEBUGFLA.DOC < prev    next >
Text File  |  1995-03-08  |  3KB  |  64 lines

  1. This list complete as of version 19.
  2. None of these are necessarily supported in future.
  3.  
  4. Add one to any debug value to trigger writing benchmark values to
  5. the file "bench".  This gets stripped at startup; so all values
  6. used for other purposes are even.
  7.  
  8. Example:  "fractint debug=8088" forces Fractint to think you have an
  9. 8088/8086 CPU and ignore all of the tricky 186/286/386-specific stuff.
  10. "Fractint 8089" does the same thing, but also turns on the benchmark
  11. timer.
  12.  
  13. 16    video.asm    pretend not a vga
  14. 22    lorenz.c    force float for 3D perspective
  15. 50    fractint.c    compare <r>estored files
  16. 70    fractint.c    set fpu = 0
  17. 72    fractint.c    don't use fast >= 287 fpu routines
  18. 90    fractals.c    force "C" mandel & julia code (no calcmand or calmanfp)
  19. 90    fractals.c    force generic code for fn+fn etc types
  20. 90     parser.c    force "C" parser code even if FPU >= 387
  21. 92     parser.c    print out list of FRM files searched
  22. 94      parsera.asm     Use old buggy pwr()
  23. 94      mpmath_c.c      Use old buggy pwr()
  24. 100    calcmand.asm    force use of 'code32bit' logic
  25. 200    fractint.c    time encoder
  26. 322    parserfp.c    disable optimizer (FPU >= 387 only)
  27. 420    diskvid.c    don't use extended/expanded mem (force disk)
  28. 420    realdos.c    same for screen save (force disk)
  29. 420    editpal.c    same for screen save (force disk)
  30. 420    jiim.c          same for screen save (force disk)
  31. 422    diskvid.c    don't use expanded mem (force extended or disk)
  32. 422    realdos.c    same for screen save (force extended or disk)
  33. 450    fractint.c    abort in batch mode if savename exists
  34. 470    calcfract.c    disable prevention of color 0 for BTM
  35. 472    calcfract.c    enable solid guessing at bottom and right
  36. 600    printer.c    paintjet, no form feed
  37. 602    printer.c    paintjet, flip image
  38. 7nn     miscovl.c    set <b> getprec() digits variable to nn
  39. 750     miscovl.c    print out as many params digits as possible in PAR
  40. 870    fractint.c    set fpu to max 87
  41. 1010    fractals.c    force fp for newton & newtbasin (no mpc math)
  42. 1234    fractint.c    force larger integer arithmetic bitshift value
  43. 2222    line3d.c    show amount of extra seg memory used
  44. 2224    line3d.c    old just-the-dots logic, probably a temporary thing
  45. 2870    fractint.c    set fpu to max 287 iit off
  46. 2872    fractint.c    set fpu to max 287 iit on
  47. 3000    general.asm    '~' goes to color play mode
  48. 3002    realdos.c    don't show development in heading
  49. 3200    fracsubr.c      disable auto switch back from arbitrary precision
  50. 3400    fracsubr.c      disable auto switch from integer to float
  51. 3600    miscfrac.c      pins the plasma corners to 1
  52. 3870    fractint.c    set fpu to max 387 iit off
  53. 3872    fractint.c    set fpu to max 387 iit on
  54. 4000    miscres.c    turn on math error message (off otherwise)
  55. 8088    general.asm    set cpu = 86, ie dont use 32 bit stuff
  56. 8088    fractint.c    set cpu = 86, (case in general.asm is redundant?)
  57. 9002-9100 fractint.c    reduce video_type to (debug-9000)/2 if init was higher
  58. 10000    fractint.c    display cpu, fpu, and free memory at startup
  59. 10000    fractint.c    ? (try extra hard for minimal startup memory?)
  60.  
  61. nonzero value, line3d.c, show "normal vector" errors instead of just fixing
  62. nonzero value, prompts.c, show info if fullscreen_prompt2 array invalid
  63.  
  64.